.c-page-footer {
    background-color: #242d34;
    padding-top: 50px;
}

.footer-line {
    display: flex;
    align-items: center;
}
.footer-line .phones{
    display: flex;
    flex-direction: column;
}

.footer-line img {
    margin-right: 20px;
}

.footer-line a {
    color: #e3e3e3;
    text-decoration: none;
    font-size: 14px;
    margin: 0px 5px;
}

.footer-nav-line h3 {
    color: white;
    font-size: 18px;
    font-weight: 550;
}

.footer-nav-line {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.footer-nav-line a {
    color: #e3e3e3;
    font-size: 14px;
    text-decoration: none;
    margin: 7px 0px;
}

.footer-qr-line {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
}

.footer-qr-line img {
    width: 50px;
}

.footer-qr-line div {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.footer-qr-line h4 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin: 0px;
}

.footer-qr-line span {
    color: rgb(122, 122, 122);
    font-size: 12px;
    line-height: 20px;
}
.footer-qr-line.blue{
    background-color: var(--main-color);
}
.footer-qr-line.blue h4{
    color: white;
}
.footer-qr-line.blue span {
    color: #e3e3e3;
}
.copy-right{
    font-size: 12px;
    color: #e3e3e3;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.qq-wechat{
    display: flex;
    align-items: center;
}
.qq-wechat>div{
    margin-right: 20px;
    cursor: pointer;
}

.phone-logo{
    height: 100%;
}
.phone-logo img{
    margin-top: 7px;
}
.wechat-wrap{
    position: relative;
}
.wechat-wrap .wechat{
    position: absolute;
    top: 0px;
    right: 36px;
    width: 180px;
    display: none;
}
.wechat-wrap:hover img{
    display: inline-block;
}

.footer-qr-line .footer-qr-line-image{
   right: 180px;
   top: 0px;
   position: absolute;
   width: 150px; 
   display: none;
}
.footer-qr-line:hover .footer-qr-line-image{
    display: inline-block;
}
